Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
Public Member Functions | List of all members
BbaGroupManager Class Reference

BbaGroupManager manages and manipulates virtual template interfaces for PPPoE. More...

Inheritance diagram for BbaGroupManager:
Process

Public Member Functions

void addBbaGroupByName (string)
 Adds a BBA group. More...
 
void removeBbaGroupByName (string)
 Removes the BBA group with the specified name. More...
 
BbaGroup getBbaGroupByName (string)
 Returns the BBA group with the specified name. More...
 
int getBbaGroupCount ()
 Returns the number of BBA groups. More...
 
BbaGroup getBbaGroupAt (int)
 Returns the BBA group at the specified name. More...
 
- Public Member Functions inherited from Process
Device getOwnerDevice ()
 Returns the device for this process. More...
 

Detailed Description

BbaGroupManager manages and manipulates virtual template interfaces for PPPoE.

Member Function Documentation

◆ addBbaGroupByName()

void BbaGroupManager::addBbaGroupByName ( string  )

Adds a BBA group.

Parameters
name,thename for the BBA group.

◆ getBbaGroupAt()

BbaGroup BbaGroupManager::getBbaGroupAt ( int  )

Returns the BBA group at the specified name.

Parameters
index,theindex of the BBA group of interest.
Returns
BbaGroup, the BbaGroup object at the specified name.

◆ getBbaGroupByName()

BbaGroup BbaGroupManager::getBbaGroupByName ( string  )

Returns the BBA group with the specified name.

Parameters
name,thename of the BBA group of interest.
Returns
BbaGroup, the BbaGroup object with the specified name.

◆ getBbaGroupCount()

int BbaGroupManager::getBbaGroupCount ( )

Returns the number of BBA groups.

Parameters
int,thenumber of BBA groups.

◆ removeBbaGroupByName()

void BbaGroupManager::removeBbaGroupByName ( string  )

Removes the BBA group with the specified name.

Parameters
name,thename of the BBA group of interest.

The documentation for this class was generated from the following file: